container: Cosmetic doc cleanup
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 Apr 2020 15:23:39 +0000 (11:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Apr 2020 20:30:45 +0000 (16:30 -0400)
Remove remnants of child properties from the
documentation. They no longer exist.

gtk/gtkcontainer.h

index 1a16f260c9b0d842700dc2e3fa695a779b188908..d4136c22cf7c19bfb1d45d5bd05749077a20874d 100644 (file)
@@ -59,8 +59,6 @@ struct _GtkContainer
  * @forall: Invokes callback on each child of container. The callback handler
  *    may remove the child.
  * @child_type: Returns the type of the children supported by the container.
- * @set_child_property: Set a property on a child of container.
- * @get_child_property: Get a property from a child of container.
  *
  * Base class for containers.
  */